/*
CSS Design derived from "Breakfast" by Free CSS Templates
http://www.freecsstemplates.org
Design Released under a Creative Commons Attribution 2.5 License

Site created using Kerrie's Instant Site Toolkit (KIST) 
Copyright 2009 Kerrie Mullins-Gunst - All rights reserved 
http://kmgit.com/2/KIST 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	list-style-type: square;
	font-size: 85%;
}

blockquote {
	text-align: left;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
a:link {
	color: #4C4C4C;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 780px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 5px solid #3B3B3B; 
}

#logo {
	float: left;
	width: 400px;
}

#logo h1 {
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 380px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 30px;
	padding: 30px 15px 0 15px;
	background: url(img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 780px;
	margin: 0 auto;
/*	height: 150px; */
/*	background: url(header.jpg) no-repeat; */
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 780px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
/*	background: #FFFEAE; */
	background: #E6E6E6;
	width: 210px;
/*	height: 100%; */
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar blockquote {
	text-align: center;
	font-style: italic;
	}

#sidebar h3 {
	height: 17px;
	padding: 10px 10px;
	background: #3B3B3B; 
/*	url(template/img4a.gif) no-repeat; */
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 780px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}